home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / DBEXCPT.dfm / DBEXCPT.txt
Encoding:
Text File  |  1999-10-12  |  3.7 KB  |  195 lines

  1. object RxBdeErrorDlg: TRxBdeErrorDlg
  2.   Left = 202
  3.   Top = 100
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 252
  8.   ClientWidth = 380
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object BasicPanel: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 288
  27.     Height = 108
  28.     Align = alClient
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object ErrorText: TLabel
  32.       Left = 49
  33.       Top = 10
  34.       Width = 231
  35.       Height = 88
  36.       Align = alClient
  37.       WordWrap = True
  38.     end
  39.     object IconPanel: TPanel
  40.       Left = 0
  41.       Top = 10
  42.       Width = 49
  43.       Height = 88
  44.       Align = alLeft
  45.       BevelOuter = bvNone
  46.       TabOrder = 0
  47.       object IconImage: TImage
  48.         Left = 6
  49.         Top = 1
  50.         Width = 34
  51.         Height = 34
  52.       end
  53.     end
  54.     object TopPanel: TPanel
  55.       Left = 0
  56.       Top = 0
  57.       Width = 288
  58.       Height = 10
  59.       Align = alTop
  60.       BevelOuter = bvNone
  61.       TabOrder = 1
  62.     end
  63.     object RightPanel: TPanel
  64.       Left = 280
  65.       Top = 10
  66.       Width = 8
  67.       Height = 88
  68.       Align = alRight
  69.       BevelOuter = bvNone
  70.       TabOrder = 2
  71.     end
  72.     object BottomPanel: TPanel
  73.       Left = 0
  74.       Top = 98
  75.       Width = 288
  76.       Height = 10
  77.       Align = alBottom
  78.       BevelOuter = bvNone
  79.       TabOrder = 3
  80.     end
  81.   end
  82.   object DetailsPanel: TPanel
  83.     Left = 0
  84.     Top = 108
  85.     Width = 380
  86.     Height = 144
  87.     Align = alBottom
  88.     BevelInner = bvLowered
  89.     BevelOuter = bvLowered
  90.     TabOrder = 2
  91.     object BDELabel: TRxLabel
  92.       Left = 87
  93.       Top = 11
  94.       Width = 121
  95.       Height = 13
  96.       Alignment = taRightJustify
  97.       AutoSize = False
  98.       ShadowSize = 0
  99.     end
  100.     object NativeLabel: TRxLabel
  101.       Left = 87
  102.       Top = 30
  103.       Width = 121
  104.       Height = 13
  105.       Alignment = taRightJustify
  106.       AutoSize = False
  107.       ShadowSize = 0
  108.     end
  109.     object DbMessageText: TMemo
  110.       Left = 7
  111.       Top = 53
  112.       Width = 366
  113.       Height = 54
  114.       TabStop = False
  115.       Color = clBtnFace
  116.       ReadOnly = True
  117.       TabOrder = 0
  118.       WantReturns = False
  119.     end
  120.     object DbResult: TEdit
  121.       Left = 214
  122.       Top = 8
  123.       Width = 80
  124.       Height = 21
  125.       TabStop = False
  126.       ParentColor = True
  127.       ReadOnly = True
  128.       TabOrder = 1
  129.     end
  130.     object DbCatSub: TEdit
  131.       Left = 293
  132.       Top = 8
  133.       Width = 80
  134.       Height = 21
  135.       TabStop = False
  136.       ParentColor = True
  137.       ReadOnly = True
  138.       TabOrder = 2
  139.     end
  140.     object NativeResult: TEdit
  141.       Left = 214
  142.       Top = 27
  143.       Width = 159
  144.       Height = 21
  145.       TabStop = False
  146.       ParentColor = True
  147.       ReadOnly = True
  148.       TabOrder = 3
  149.     end
  150.     object Back: TButton
  151.       Left = 210
  152.       Top = 112
  153.       Width = 79
  154.       Height = 25
  155.       TabOrder = 4
  156.       OnClick = BackClick
  157.     end
  158.     object Next: TButton
  159.       Left = 294
  160.       Top = 112
  161.       Width = 79
  162.       Height = 25
  163.       TabOrder = 5
  164.       OnClick = NextClick
  165.     end
  166.   end
  167.   object ButtonPanel: TPanel
  168.     Left = 288
  169.     Top = 0
  170.     Width = 92
  171.     Height = 108
  172.     Align = alRight
  173.     BevelOuter = bvNone
  174.     TabOrder = 1
  175.     object DetailsBtn: TButton
  176.       Left = 7
  177.       Top = 65
  178.       Width = 79
  179.       Height = 25
  180.       TabOrder = 1
  181.       OnClick = DetailsBtnClick
  182.     end
  183.     object OKBtn: TButton
  184.       Left = 7
  185.       Top = 12
  186.       Width = 79
  187.       Height = 25
  188.       Cancel = True
  189.       Default = True
  190.       ModalResult = 1
  191.       TabOrder = 0
  192.     end
  193.   end
  194. end
  195.